home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / network / info-sys / www / tkhtml-2.3 / tkhtml-2 / tkHTML-2.3 / config.tcl < prev    next >
Encoding:
Text File  |  1995-02-26  |  942 b   |  32 lines

  1. #############################################################
  2. # user-definable, use caution, especially with fonts
  3. #############################################################
  4. # 1 = yes
  5. # 0 = no
  6.  
  7. # main window font (Courier,Helvetica,Times,Lucida,New Century Schoolbook)
  8. set textfont "New Century Schoolbook"
  9.  
  10. # main window point size (8,10,12,14,18,24)
  11. set textsize "14"
  12.  
  13. # previewer typeface (times,helvetica,lucida,century)
  14. set typeface "helvetica"
  15.  
  16. # previewer temp file (must end in .html!)
  17. # set tempfile "/tmp/.tkhtml_preview.html"
  18. # this will save with pid as part of the filename, nice for multiple users
  19. set tempfile "/tmp/.tkhtml[pid].html"
  20.  
  21. # do you want a default <HEAD>/<BODY> template when starting a new document?
  22. # 1 = yes, 0 = no
  23. set newheader 1
  24.  
  25. # do you want special entities enabled on startup (can be toggled in the Entities menu)
  26. set insertspec 1
  27. set insertesc 1
  28.  
  29. # do you want NetScape tags in menus?
  30. set netscape 1
  31.  
  32.